Skip to content

chore: add vercel.json to disable preview deployments for non-main branches#98

Merged
sepehr-safari merged 1 commit into
mainfrom
chore/vercel-json
Jul 9, 2026
Merged

chore: add vercel.json to disable preview deployments for non-main branches#98
sepehr-safari merged 1 commit into
mainfrom
chore/vercel-json

Conversation

@sepehr-safari

Copy link
Copy Markdown
Member

Summary

Adds vercel.json at the repo root to control Vercel deployment behavior:

{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "git": {
    "deploymentEnabled": {
      "**": false,
      "main": true
    }
  }
}
  • Disables automatic deployments for all non-main branches (no more Preview Deployments on PRs)
  • Keeps automatic production deployments from main
  • Reduces deployment noise and CI time for the solo-maintainer workflow

Closes #96

@sepehr-safari sepehr-safari merged commit ab2baba into main Jul 9, 2026
2 checks passed
@sepehr-safari sepehr-safari deleted the chore/vercel-json branch July 9, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: add vercel.json to disable preview deployments for non-main branches

1 participant